activate

src.cmd.activate.activate(cmd)[source]

The activate command allows a user to set the current working project.

To illustrate, if example_project_1 is the current working project and the user would like to switch to example_project_2 they would run the following command.

>>> cchrrd activate -n example_project_2
example_project_2 has been activated and is the current project.

Previous topic

Account Management

Next topic

cleanup

This Page